home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00080.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  107 b   |  9 lines

  1. on mouseUp
  2.   set x to random(2)
  3.   if x = 1 then
  4.     go("LET'S SEE")
  5.   else
  6.     go("GO ON IN")
  7.   end if
  8. end
  9.